Summary:
This program starts Milestones Professional, opens an existing schedule file, prints it, and then closes it.
Example Code:
Public Sub Example2()
Set objMilestones = GetObject("c:\example.MLJ", "Milestones")
With objMilestones
End With
End
End Sub
Notes:
In this example the .GetObject command causes Milestones to start and load an existing file. If the file does not exist, then the .GetObject command fails and Milestones does not start.
Visit our programmer's page for more examples
Milestones Professional 2021 Automation Methods and Properties. © Copyright 2001-2021, KIDASA Software, Inc. All rights reserved.